From: Karl Heuer Date: Thu, 21 Dec 1995 17:19:24 +0000 (+0000) Subject: (C_DEBUG_SWITCH): Definition turned off. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~85283 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5e182e80bf157b6fc130c8c4fdca6aac93195de9;p=emacs.git (C_DEBUG_SWITCH): Definition turned off. --- diff --git a/src/s/hpux9shr.h b/src/s/hpux9shr.h index c311313149a..41ef98741c0 100644 --- a/src/s/hpux9shr.h +++ b/src/s/hpux9shr.h @@ -4,8 +4,10 @@ #include "hpux9.h" +#if 0 /* No longer needed, since in current GCC -g no longer does that. */ /* We must turn off -g since it forces -static. */ #ifdef __GNUC__ #undef C_DEBUG_SWITCH #define C_DEBUG_SWITCH #endif +#endif